body {
  margin: 0;
  color: #333;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}
a {
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
section {
  padding: 100px 0;
}
.banner {
  min-height: 450px;
  margin-top: -60px;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.editor .container {
  display: flex;
}
.editor .container .img {
  flex: 7;
}
.editor .container .img img {
  width: 756px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.editor .container .content {
  flex: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.editor .container .content h2 {
  font-size: 36px;
}
.editor .container .content .list {
  margin-bottom: 40px;
}
.editor .container .content .list .li {
  text-align: right;
  font-size: 14px;
  margin-bottom: 15px;
}
.editor .container .content .list .li::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FAA406;
  border-radius: 10px;
  margin-left: 10px;
}
.editor .container .content a {
  width: 185px;
  line-height: 54px;
  background-color: #FAA406;
  text-align: center;
  border-radius: 54px;
  color: #fff;
  font-size: 16px;
}
.aidubbing {
  background-color: #121214;
  padding: 70px 0;
}
.aidubbing .container {
  align-items: center;
}
.aidubbing .content {
  flex: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aidubbing .content h2 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
}
.aidubbing .content .list {
  margin-bottom: 40px;
}
.aidubbing .content .list .li {
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}
.aidubbing .content .list .li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FAA406;
  border-radius: 10px;
  margin-right: 10px;
}
.aidubbing .content a {
  width: 185px;
  line-height: 54px;
  background-color: #FAA406;
  text-align: center;
  border-radius: 54px;
  color: #fff;
  font-size: 16px;
}
.aidubbing .anchorList .link {
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
}
.aidubbing .anchorList .link a {
  line-height: 54px;
  background-color: #FAA406;
  color: #fff;
  border-radius: 54px;
  padding: 0 35px;
  font-size: 16px;
}
.aidubbing .anchorList .list img {
  width: 100%;
}
.intro .container {
  display: flex;
  align-items: center;
}
.intro .container .img {
  flex: 5;
  position: relative;
}
.intro .container .img img {
  width: 100%;
}
.intro .container .img .box {
  position: absolute;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro .container .img .box div {
  width: 0px;
}
.intro .container .img .box img {
  width: 500px;
}
.intro .container .img .box div:nth-child(2) img {
  animation: onrotate 4s infinite Linear;
}
.intro .container .img .box div:nth-child(3) img {
  animation: onrotate 5s infinite Linear;
}
.intro .container .img .box div:nth-child(1) img {
  transform: scale(0.85);
  animation: onscale 5s infinite Linear;
}
.intro .container .content {
  flex: 7;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.intro .container .content h2 {
  font-size: 36px;
}
.intro .container .content .list {
  margin-bottom: 40px;
}
.intro .container .content .list .li {
  text-align: right;
  font-size: 14px;
  margin-bottom: 15px;
}
.intro .container .content .list .li::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FAA406;
  border-radius: 10px;
  margin-left: 10px;
}
.intro .container .content a {
  width: 185px;
  line-height: 54px;
  background-color: #FAA406;
  text-align: center;
  border-radius: 54px;
  color: #fff;
  font-size: 16px;
}
.intro2 {
  padding: 0;
}
.intro2 .container {
  display: flex;
  position: relative;
  padding: 70px 0;
}
.intro2 .container .toy {
  position: absolute;
  bottom: 0;
  margin-left: -50px;
}
.intro2 .container .toy img {
  display: table;
  width: 290px;
}
.human .container .img img {
  box-shadow: none;
  width: 720px;
}
.video {
  background-color: #121214;
  padding: 70px 0;
}
.video h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
.video .videoList .swiper-slide {
  display: flex;
  justify-content: center;
}
.video .videoList img,
.video .videoList video {
  width: 350px;
  display: table;
}
.appintro {
  background-color: #fff;
}
.appintro .container {
  display: flex;
  align-items: center;
}
.appintro .content h2 {
  color: #333;
}
.appintro .content .list .li {
  color: #333;
}
.users {
  padding: 80px 0;
}
.users h2 {
  font-size: 36px;
  margin: 0;
  margin-bottom: 11px;
  text-align: center;
}
.users p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}
.users .swiperBox {
  width: 790px;
  margin: 0 auto;
}
.users .swiper-button-next:after,
.users .swiper-rtl .swiper-button-prev:after,
.users .swiper-button-prev:after,
.users .swiper-rtl .swiper-button-next:after {
  color: #999;
}
.users .swiper-cards .swiper-slide {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #F2F4F8;
}
.users .cardList {
  width: 790px;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  background-color: #fff;
}
.users .cardList .text {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  margin-right: 50px;
  line-height: 24px;
  padding-left: 50px;
}
.users .cardList .ava {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.users .cardList .ava .avatar {
  width: 64px;
}
.users .cardList .ava .avatar img {
  width: 100%;
}
.users .cardList .ava span {
  font-size: 12px;
  color: #333;
}
.users .cardList .ava span:last-child {
  font-size: 10px;
  color: #999;
}
.users .cardList .symble {
  position: absolute;
  left: 50px;
  top: 30px;
}
.users .parter {
  width: 100%;
  margin-top: 85px;
}
.users .parter .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.users .parter .list .li {
  background: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
}
.users .parter .list .li img {
  height: 60px;
  display: block;
}
.index_voice_list {
  display: flex;
  flex-wrap: wrap;
  /* 下方的140宽度为了兼容ie */
}
.index_voice_list .voice_item {
  position: relative;
  top: 0;
  transition: 0.2s;
  width: 220px;
  background: #fff;
  margin-right: 20px;
  box-shadow: 0px 4px 10px 0px rgba(37, 55, 75, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 0 15px;
  padding-top: 30px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.index_voice_list .voice_item:hover {
  top: -5px;
}
.index_voice_list .voice_item:hover .top .content .name {
  color: #FEA406;
}
.index_voice_list .voice_item:nth-child(5n) {
  margin-right: 0;
}
.index_voice_list .voice_item .top {
  display: flex;
}
.index_voice_list .voice_item .top .content {
  flex: 1;
  padding-right: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.index_voice_list .voice_item .top .content .name {
  max-width: 130px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.2s;
  cursor: pointer;
  background: none;
  line-height: inherit;
  width: auto;
}
.index_voice_list .voice_item .top .content .intro {
  font-size: 12px;
  color: #999;
  width: 140px;
}
.index_voice_list .voice_item .top .avatar {
  width: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_voice_list .voice_item .top .avatar .img {
  width: 50px;
  height: 50px;
  margin-bottom: 4px;
  position: relative;
}
.index_voice_list .voice_item .top .avatar .img img:nth-of-type(1) {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: solid 2px #fff;
  box-sizing: border-box;
}
.index_voice_list .voice_item .top .avatar .img .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 48px;
  display: none;
  cursor: pointer;
}
.index_voice_list .voice_item .top .avatar .img img:nth-of-type(1) ~ img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  display: none;
  cursor: pointer;
}
.index_voice_list .voice_item .top .avatar span {
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
  border-radius: 18px;
  line-height: 18px;
}
.index_voice_list .voice_item .top .avatar .mask.active {
  display: block;
}
.index_voice_list .voice_item .top .avatar .img img.active {
  display: block !important;
}
.index_voice_list .voice_item .top .avatar .active1 {
  display: block !important;
}
.index_voice_list .voice_item .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.index_voice_list .voice_item .bottom > div {
  display: flex;
  align-items: center;
}
.index_voice_list .voice_item .bottom img {
  width: 20px;
  margin-right: 5px;
}
.index_voice_list .voice_item .bottom span {
  font-size: 12px;
  color: #666;
}
.index_voice_list .voice_item .handle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.index_voice_list .voice_item .handle a {
  flex: 1;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  border-radius: 35px;
  transition: 0.2s;
}
.index_voice_list .voice_item .handle a img:nth-of-type(2) {
  display: none;
}
.index_voice_list .voice_item .handle a:hover {
  background-color: #FEA406;
  border-color: #FEA406;
}
.index_voice_list .voice_item .handle a:hover span {
  color: #fff;
}
.index_voice_list .voice_item .handle a:hover img:nth-of-type(1) {
  display: none;
}
.index_voice_list .voice_item .handle a:hover img:nth-of-type(2) {
  display: block;
}
.index_voice_list .voice_item .handle a:nth-child(1) + a {
  margin-left: 10px;
}
.index_voice_list .voice_item .handle img {
  width: 20px;
  margin-right: 5px;
}
.index_voice_list .voice_item .handle span {
  font-size: 12px;
  color: #666;
}
.index_voice_list .voice_item .handle span {
  letter-spacing: 1px;
}
.index_voice_list .voice_item .label {
  position: absolute;
  top: -3px;
  left: 20px;
}
@keyframes onrotate {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes onscale {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.8);
  }
}
